* {
	margin: 0;
	padding: 0;
}

body {
	background: url("/public/images/newpanel/loginbg.png") no-repeat;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.login-user {
	width: 100%;
	height: 100%;
	position: relative;
}

.login-user .content {
	margin-top: 6rem;
	display: flex;
	justify-content: center;
}



.login-user .content .content-right {
	width: 720px;
	height: 650px;
	background-color: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 10px 16px 0px rgba(37, 59, 124, 0.13);
}

.login-user .content .login-info {
	display: flex;
	justify-content: center;
}

.login-user .content .login-info .tabs {
	margin-top: 60px;
}

.login-user .content .login-info .tabs .code {
	
	height: 48px;

	border-radius: 4px;
}



.login-user .content .login-info .tabs .type {
	color: #677dad;
	font-size: 18px;
	margin-top: 22px;
	text-align: center;
}

.login-user .content .login-info .tabs .type .exclusive {
	padding-left: 60px;
}

.login-user .content .login-info .tabs .top {
	display: flex;
	color: #595959;
	font-size: 28px;
	font-weight: 400;
}

.login-user .content .login-info .tabs .top .active {
	color: #1589F9;
	font-weight: 600;
	position: relative;
}

.login-user .content .login-info .tabs .top .active .line {
	position: absolute;
	top: 50px;
	left: 45px;
	display: inline-block;
	width: 60px;
	height: 5px;
	background: #1589F9;
	border-radius: 2px;
}





.login-user .title {
	padding-top: 10rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 36px;
}

.login-user .title span {
	padding-left: 10px;
}

.login-user .detail {
	text-align: center;
	margin-top: 10rem;
	color: #999999;
	font-size: 14px;
}

.alert-danger {
	background-color: #fbe1e3;
	border-color: #fbe1e3;
	color: #e73d4a;
}

.close {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat!important;
    text-indent: -10000px;
    outline: 0;
    background-image: url(/public/assets/global/img/remove-icon-small.png)!important;
}